home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-16 | 572 b | 27 lines | [TEXT/CCL2] |
- ;;; @load.lisp
- ;;;
- ;;; CONQUEST AI PROJECT
- ;;;
- ;;; Washington University Computer Science Department
- ;;; Copyright 1992 Paul McCartney. All Rights Reserved.
- ;;;
- ;;; AUTHOR: Terry A. Idol
- ;;;
- ;;; DESCRIPTION:
- ;;;
- ;;;
-
- (defpackage :tai2
- (:use :common-lisp :ccl :conquest))
-
- (use-package '(:tai2) :conquest)
-
- (def-logical-directory "tai2" (mac-directory-namestring *loading-file-source-file*))
-
- (load-fasl "tai2;player-class.lisp")
- (load-fasl "tai2;select-country.lisp")
- (load-fasl "tai2;place-armies.lisp")
- (load-fasl "tai2;attack.lisp")
- (load-fasl "tai2;fortify.lisp")
-
-